Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItem Class / ListItem Constructor / ListItem Constructor(Object[])
A collection of the object.


In This Topic
    ListItem Constructor(Object[])
    In This Topic
    Initializes a new instance of the ListItem class with settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray subItems() As Object _
    )
    'Usage
     
    
    Dim subItems() As Object
     
    Dim instance As New ListItem(subItems)
    public ListItem( 
       params object[] subItems
    )

    Parameters

    subItems
    A collection of the object.
    See Also